/*通用类*/
*{
	margin:0;
	padding:0;	
}
body{		
	min-width:1200px;
	margin:0 auto;
	font-size:16px;	
	font-family:PingFang SC,Hiragino Sans GB,Microsoft YaHei UI,Microsoft YaHei,Source Han Sans CN,sans-serif;
	background:#f6f6f6 url("../ztimg/bodybg.png") repeat-x left top;
	text-align:justify;	
	color:#333;
}
h1,h2,h3{	
	font-weight:500;	
}
img{
	border:none;	
}
a{
	cursor:pointer;
	color:#333;
	text-decoration:none;	
	outline:none;
	transition: all 0.2s ;
	-webkit-transition: all 0.2s ;
	-ms-transition: all 0.2s ;
	-o-transition: all 0.2s ;
	-moz-transition: all 0.2s ;
}
a:hover{
	color:#db7429;	
	transition: all 0.2s ;
	-webkit-transition: all 0.2s ;
	-ms-transition: all 0.2s ;
	-o-transition: all 0.2s ;
	-moz-transition: all 0.2s ;
}
ul{
	list-style-type:none;	
}
em{
	font-style:normal;	
}
.lt{
	float:left;	
}
.rt{
	float:right;	
}
input.sub,label{
	border:none;	
	cursor:pointer;
}
input,textarea{
	font-family:PingFang SC,Hiragino Sans GB,Microsoft YaHei UI,Microsoft YaHei,Source Han Sans CN,sans-serif;
	outline:none;	
}
table{
	border-collapse:collapse;	
}
table td,table th{
	padding:0;	
}
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{
    color:#ccc;
}
input::-moz-placeholder,textarea::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color:#ccc;
}
input:-moz-placeholder,textarea:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color:#ccc;
}
input:-ms-input-placeholder,textarea:-ms-input-placeholder{  /* Internet Explorer 10-11 */ 
    color:#ccc;
}
div.clear{
	font: 0px Arial; line-height:0;
	height:0; 
	overflow:hidden;	
	clear:both;	
}
.line5{
	font-size:1px;height:5px;width:100%;clear:both;	
}
.line10{
	font-size:1px;height:10px;width:100%;clear:both;	
}
.line20{
	font-size:1px;height:20px;width:100%;clear:both;	
}
.line30{
	font-size:1px;height:20px;width:100%;clear:both;	
}
/*wrapin 主体容器宽度*/
.wrapin{
	width:1200px;
	margin-left:auto;
	margin-right:auto;
}

/*公用CSS 开始*/

.header{
	height: 211px;
	width: 1200px;
	margin:0 auto;
	background:url("../ztimg/headerbg.jpg") no-repeat top center;
	position: relative;
}
.header .logo{
	position: absolute;
	left: 0;
	top: 40px;
}
.head_links{
	height: 35px;
	line-height: 35px;
	position: absolute;
	right: 0;
	top: 0;
	color:#fff;
}
.head_links a{
	float: left;
	color:#fff;
}
.head_links a:hover{
	font-weight:bold;
}
.head_links em{
	float: left;
	margin:0 12px;
}
.head_search{
	width: 400px;
	height: 50px;
	border-radius:20px;
	background:#fff;
	position: absolute;
	right: 0;
	top: 60px;
}
.head_search .text{
	width: 320px;
	height: 50px;
	border:0;
	background:none;
	padding-left:25px;
	font-size:16px;
}
.head_search .sub{
	display: block;
	height: 50px;
	width: 80px;
	position: absolute;
	right: 0;
	top: 0;
	background:url("../ztimg/head_sub.png") no-repeat center center;
}
.head_hots{
	position: absolute;
	right: 0;
	top: 108px;
	height: 52px;
	line-height: 52px;
	color:#fff;
}
.head_hots a{
	color:#fff;
	margin-left:5px;
}
.head_hots a:hover{
	font-weight:bold;
}
.nav{
	width: 1200px;
	margin:0 auto 20px auto;
	height: 54px;
	line-height: 54px;
	background:#244eaf;
}
.nav a{
	float: left;
	display: block;
	width: 200px;
	height: 54px;
	text-align: center;
	color:#fff;
	font-size:20px;
}
.nav a:hover,.nav a.hover{
	color:#fff;
	background:#ff9e5d;
}



/*公用CSS 结束*/



.footer{	
	position: relative;
	height: 230px;
	background:#355e92;
	text-align: center;
	color:#fff;
}
.footer .gov1{
	position: absolute;
	left: 50%;
	top: 60px;
	margin-left:-500px;
}
.footer .gov2{
	position: absolute;
	right: 50%;
	top: 60px;
	margin-right:-530px;
}
.footer ul{
	font-size:16px;
	line-height: 34px;
	padding-top:40px;
}
.footer a{
	color:#fff
}
.footer a:hover{
	color:#db7429;	
}

.main{
	width: 1160px;
	margin:0 auto;
	padding:0 20px 30px 20px;
	min-height: 500px;
	background:#fff;
}
.now_pos{
	height: 56px;
	line-height: 56px;
}
.aside{
	width: 230px;
	float: left;
}
.aside .tit{
	height: 66px;
	line-height: 66px;
	background:#355393 url("../ztimg/as_tit.png") no-repeat 40px center;
	font-size:22px;
	color:#fff;
	padding-left:85px;
}
.as_links a{
	display: block;
	margin-top:8px;
	height: 55px;
	line-height: 55px;
	background:#e0e7ef;
	padding-left:50px;
}
.as_links2 a{
	padding-left:80px;
	height: 45px;
	line-height: 45px;
	margin-top:5px;
}
.as_links a:hover,.as_links a.hover{
	color:#fff;
	background:#f8b551;
}
.as_links .ad{
	display: block;
	height:auto;
	padding-left:0;
}
.as_links .ad img{
	display: block;
	width: 100%;
	height:auto;
}
.section{
	width: 910px;
	float: right;
}
.se_head{
	height: 28px;
	line-height: 20px;
	font-size:18px;
	color:#355393;
	border-bottom:1px solid #ddd;
	position: relative;
}
.se_handle{
	position: absolute;
	left: 0;
	top: 0;
}
.se_handle a{
	display: block;
	min-width: 94px;
	text-align: center;
	float: left;
	margin-right:15px;
	height: 24px;
	line-height: 20px;
	color:#355393;
}
.se_handle .hover{
	border-bottom:5px solid #f8b551;
}
.list_search{
	width: 908px;
	height: 40px;
	background:#fff;
	border:1px solid #c8c8c8;
	position: relative;
	margin:25px auto 0;
}

.list_search .text{
	width: 820px;
	height: 40px;
	border:0;
	background:none;
	padding-left:25px;
	font-size:16px;
}
.list_search .sub{
	display: block;
	height: 40px;
	width: 80px;
	position: absolute;
	right: 0;
	top: 0;
	background:url("../ztimg/list_sub.png") no-repeat center center;
}
.news_list{
	padding:8px 0;
}
.news_list li{
	height: 50px;
	line-height: 50px;
	position: relative;
	padding:0 100px 0 25px;
}
.news_list li a{
	display:inline-block;
	max-width:95%;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.news_list li span{
	position: absolute;
	right: 0;
	top: 0;	
}
.news_list li i{
	display: block;
	width: 6px;
	height: 6px;
	border-radius:100%;
	position: absolute;
	left: 3px;
	top: 50%;
	margin-top:-3px;
	background:#ccc;
}
.news_list li a em{
	color:blue;
}
.noresult {font-size:16px;}
.page{
	text-align: center;
	padding-bottom:30px;
	font-size:12px;
}
.page a{
	display: inline-block;
	height: 22px;
	line-height: 22px;
	border:1px solid #9aafe5;
	padding:0 7px;
	color:#0e509e;
}
.page .bn{
	border-color:#197dcd;
	background:#197dcd;
	color:#fff;
	font-weight: bold;
}
.page .num{
	width: 20px;
	margin:0 3px;
	text-align: center;
	height: 22px;

}

.sc{margin:0 auto; padding:10px;font-size:16px;line-height:36px;min-height:600px;overflow-x:auto;max-width:890px;}

/******************翻页页码******************/
.manu1 {
  margin: 12px 0 3px 0;
  font-size: 12px;
  text-align: center;
  background: none;
  border: 0;
}

.manu1 a {
  float: none;
  margin: 2px;
  padding: 6px 9px;
  border: 1px solid #b0d6eb;
  color: #000;
  text-decoration: none;
}

.manu1 a:hover {
  color: #FFF;
  border: 1px solid #b0d6eb;
  background: #2c63a7;
}

.manu1 a:active {
  color: #FFF;
  border: #999 1px solid;
}

.manu1 .current, .manu1 .selected {
  margin: 2px;
  padding: 6px 9px;
  color: #fff;
  border: #b0d6eb 1px solid;
  background: #2c63a7;
}

.manu1 .disabledbtn {
  margin: 2px;
  padding: 6px 9px;
  color: #999;
  border: 1px solid #b0d6eb;
}

.as_tel{
	margin-top:20px;
}
.as_tel .title{
	height: 66px;
	line-height: 66px;
	text-align: center;
	background:#355393;
	font-size:22px;
	font-weight: bold;
	color:#fff;
}
.as_tel .wp{
	padding:10px 0 10px 20px;
	border:2px solid #e0e7ef;
}
.as_tel dl{
	margin-bottom:8px;
	padding-left:36px;
	background:url("../ztimg/as_tel.png") no-repeat left center;
}
.as_tel dt{
	height: 24px;
	line-height: 24px;
	font-size:14px;
}
.as_tel dd{
	height: 30px;
	line-height: 30px;
	color:#355393;
}